home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / round a bit < prev    next >
Text File  |  1999-06-15  |  630b  |  33 lines

  1. Category: Andrew's Filters 22
  2. Title: Round a Bit...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: RoundBit.8bf
  6.  
  7. R:rad(d>>val(0,0,5),m>>val(3,0,5),0)+rnd(0,val(6,0,255))-rnd(0,val(7,0,255))
  8.  
  9. G:rad(d>>val(1,0,5),m>>val(4,0,5),1)+rnd(0,val(6,0,255))-rnd(0,val(7,0,255))
  10.  
  11. B:rad(d>>val(2,0,5),m>>val(5,0,5),2)+rnd(0,val(6,0,255))-rnd(0,val(7,0,255))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Round
  16. ctl[1]: Green Round
  17. ctl[2]: Blue Round
  18. ctl[3]: Red Magnitude
  19. ctl[4]: Green Magnitude
  20. ctl[5]: Blue Magnitude
  21. ctl[6]: Random 1
  22. ctl[7]: Random 2
  23.  
  24. val[0]: 31
  25. val[1]: 24
  26. val[2]: 127
  27. val[3]: 48
  28. val[4]: 74
  29. val[5]: 76
  30. val[6]: 74
  31. val[7]: 139
  32.  
  33.